Skip to content

keyword static should come before thread local qualifier#166

Open
nedm2 wants to merge 1 commit intoyse:developfrom
nedm2:develop
Open

keyword static should come before thread local qualifier#166
nedm2 wants to merge 1 commit intoyse:developfrom
nedm2:develop

Conversation

@nedm2
Copy link

@nedm2 nedm2 commented Nov 3, 2019

static should come before __thread etc. This causes warnings with clang when using e.g. EASY_THREAD:

warning: '__thread' before 'static' [-Wpedantic]

It seems this was partially addressed with 53289ce but some instances were missed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant